home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 42 / q42.d81 / t.landscapes 40 < prev    next >
Text File  |  2022-08-28  |  5KB  |  110 lines

  1.  
  2.                 F R A C T A L    L A N D S C A P E S    4 0
  3.  
  4.                          Program by Ian Adam, P.E.
  5.  
  6.                            Text by Fender Tucker
  7.  
  8.  
  9.     This is a 40-column version of FRACTAL LANDSCAPES, a BASIC 8 program by
  10. Ian Adam published on LS 128 #19 and on THE BEST OF IAN ADAM. It's much
  11. smaller than the BASIC 8 version but still has all the charm and options.
  12. If you haven't seen the 80-column version, you are in for a treat. This
  13. program will use the relatively modern study of fractals to generate lines
  14. on the screen in such a way as to simulate a 3-D landscape, complete with
  15. islands, water, mountains and shorelines.
  16.  
  17.     All of the hot keys for the many options are listed on the screen and
  18. you can have a lot of fun just pressing keys and seeing what they do. In
  19. fact, every time this has been published in the past, the only instructions
  20. were to "press the hot keys and have fun." This time I'll at least try to
  21. explain what each hot key does.
  22.  
  23.     This is not strictly a 40-column program. The landscape will be drawn
  24. on the 40-column screen but you can have the menu and text on the 80-column
  25. screen if you prefer, and just switch to the 40-column screen to see the
  26. scene. The asterisk (*) is the key that switches the program between the
  27. two screens. As for the monitor screen, you'll have to press the 40/80
  28. switch on the monitor yourself.
  29.  
  30.  
  31.  HOT KEYS
  32.  --------
  33.  
  34.  RETURN - Redraw the landscape. At 1 or 2 MHz it's pretty slow. At 20 MHz
  35. it's much more "21st Century". Some of the parameters below can be changed
  36. and when you press RETURN the landscape is immediately redrawn. Others will
  37. cause a "re-generation". While this is happening, characters will be drawn
  38. to the screen to show you that is working.
  39.  
  40.  SPACE - Display the current picture by going to the graphics screen. It
  41. also takes you back to the menu.
  42.  
  43.  N - Generate a New random-seeded picture, which is then displayed.
  44.  
  45.  A - Autopilot - Keep generating and displaying new scenes. See if you can
  46. figure out how to stop this mode. I couldn't.
  47.  
  48.  C - When ON, the landscape is realistically colored. When OFF, it's just
  49. green. The OFF mode is much faster than the ON mode.
  50.  
  51.  R - Select among three resolutions. The higher the resolution, the denser
  52. the landscape and the longer it takes to draw. To me, the landscapes drawn
  53. at medium resolution are the best looking.
  54.  
  55.  T - Select among the various types of terrain: Smooth, Bumpy, Hilly,
  56. Rough, Mountainous and Crazy.
  57.  
  58.  S - Enter a number to generate the random seed. A number should always
  59. generate the same landscape. Or should it? Apparently, you may enter any
  60. number, although numbers longer than eight digits may mess up the menu
  61. screen a little.
  62.  
  63.  P - Set the angle you're viewing the landscape from, 0 to 90 degrees.
  64.  
  65.  L - Set the "height" of sea level, from 120 to 220.
  66.  
  67.  W - If ON, show the bottom of the sea, below the water line. If OFF, then
  68. show only the top of the water.
  69.  
  70.  H - If set to REMOVE, then the lines generated for the landscape that are
  71. "behind" others, according to your viewpoint, are not seen. You see only
  72. what you would see in real life.
  73.  
  74.  V - If set to SHOW, display the vertical lines that are used in the
  75. drawing. If set to REMOVE, erase them.
  76.  
  77.  D - Disk Menu. Here you can LOAD a landscape, SAVE a landscape, see the
  78. DIRECTORY of the current drive, change the current drive, or go back to the
  79. menu. When you enter names for loading and saving, don't enter the "fl."
  80. prefix. The program will append it for you.
  81.  
  82.  I - Change the menu's text color, both the commands and the categories.
  83.  
  84.  * - Switch between the 40-column and 80-column screens. You also have to
  85. flip the switch on your monitor. You don't HAVE to use this feature. You
  86. can keep your monitor and the program all in 40-column mode at all times.
  87.  
  88.  B - When ON, it blanks the screen while the processing is going on. This
  89. makes it go about twice as fast.
  90.  
  91.  M - See the opening message from Ian again.
  92.  
  93.  X - Reset all of the parameters to their default values.
  94.  
  95.  Q - Quit to LOADSTAR 128 if there's a LOADSTAR 128 disk in the current
  96. drive.
  97.  
  98.     This program is a real gem, especially at 20 MHz. It generates the
  99. landscapes fast enough so you can see what changing the various parameters
  100. do. The amazing thing about the landscapes is that the files that define
  101. each one are all 1 block long! In fact, it only takes 13 numbers to define
  102. a complete landscape.
  103.  
  104.     Ian Adam wrote more of these mathematics-based programs for LOADSTAR
  105. than anyone. I am very glad that I found this and could end LOADSTAR 128
  106. #42 with it.
  107.  
  108.                    \\\\\ R - Run   RETURN - Menu \\\\\
  109.  
  110.